home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / egebook.lha / ege.book / 1 / hello.C < prev    next >
C/C++ Source or Header  |  1992-06-04  |  60b  |  6 lines

  1. #include <stdio.h>
  2.  
  3. main(){
  4.     printf("hello world \n");
  5. }
  6.